length of string

英 [leŋθ ɒv strɪŋ] 美 [leŋθ əv strɪŋ]

网络  字符串长度; 拔丝长度,拉丝长度

计算机



双语例句

  1. So, to get the correct length of string encoded in UTF-8, you have to use mb_strlen ( string," utf-8") instead of just strlen ( string).
    因而,要获得以UTF-8编码的字符串的正确长度,必须使用mbstrlen(string,“utf-8”),而不只是strlen(string)。
  2. The Typeahead object stores the length of the string that the user entered in a variable called typedLength.
    Typeahead对象存储了用户输入的被称为typedLength的字符长度。
  3. We initialize our variables, finding the length of the string from a call to unpack().
    然后初始化变量,通过调用unpack()来得到串的长度。
  4. In the case of a graphic strings, two bytes constitute a character and you use the number of double bytes to represent the length of the string.
    对于图形字符串,两个字节组成一个字符,使用双字节数来表示字符串的长度。
  5. But if byte semantics is used, and characters are encoded using UTF-8, then the length of the string is 6 bytes.
    但是如果使用字节语义并使用UTF-8对字符进行编码,则该字符串的长度为6字节。
  6. When OCTETS is used as the string length unit, the length of a string is determined by simply counting the bytes of the string.
    使用OCTETS作为字符串长度单元时,通过简单地计算字符串的字节数即可确定字符串的长度。
  7. Similarly, you can also apply constraints to indicate limits on the length of a string entry.
    同样,您也可以应用约束来表明字符串条目长度的限制。
  8. In a nutshell, facets further restrict a simple type by specifying the maximum length of a string or the upper and lower limits of a number.
    本质上,刻面通过规定字符串的最大长度或者数字的上下限来进一步限制简单类型。
  9. If string to be searched is found, the result is a number from 1 to the actual length of input string, expressed in the code units that are explicitly specified.
    如果找到搜索字符串,则所得结果是一个从1到输入字符串实际长度之间的一个数字,使用显式指定的代码单元来表示。
  10. The length of the string is two, if character semantics is used to calculate the length of string.
    如果使用字符语义计算字符串的长度,则该字符串的长度为2。
  11. Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the LENGTH function.
    字符串变量的长度:SUBSTR函数的输入参数,决定了结果字符串的期望长度或LENGTH函数的输出。
  12. You use the length property to return the length of a string only: You cannot change it externally.
    length属性可用于只返回字符串的长度:您不能在外部修改它。
  13. If the index of the current letter is equal to the length of the string, this variable is an empty string.
    如果当前字母的下标和字符串的长度相等,那么这个变量是一个空字符串。
  14. The length instruction determines the length of the string and loads it into an integer register.
    length指令确定字符串的长度并将其加载到一个整数寄存器中。
  15. We don't want to have to specify the length of the string in Python code, so we change the isi to is#.
    我们不想必须在Python代码中指定字符串长度,所以将isi更改为is。
  16. When a substitution character is inserted, the byte length of the string may increase.
    插入替换字符时,字符串的字节长度可能增加。
  17. In the case of a single-byte character encoding scheme, a single byte constitutes a character and the length of a single byte string is the same as the byte length of the string.
    对于单字节字符编码模式,一个字节组成一个字符,单字节字符串的长度与字符串的字节长度相同。
  18. The character-based string functions can be used to solve the problem of getting the length of string in terms of CODEUNITS.
    使用基于字符的字符串函数可以解决获取基于CODEUNITS的字符串长度时的问题。
  19. He tied it with a length of string.
    他用一根线把它系上了。
  20. Then we used line of sight and a length of string for guidance.
    那时,我们用视线和线段作为指引。
  21. The Length of the string is automatically set to the right value after assigning buf to the string.
    把缓冲区赋值给字符串后,字符串的长度将自动设置成正确的值。
  22. So, you see that the period is extremely sensitive to the length of the string.
    现在,这个周期,对于绳子的长度,十分敏感。
  23. Using a binary search tree or dividing the string into segments as long as the square root of the length of the string will solve the problem.
    用一个二叉搜索树或者将串切分成长度的平方根那么长的小段都可以解决这个问题。
  24. Apparently, the Duke's daughters liked to hit small objects such as champagne corks over a raised length of string in the Great Hall.
    当时公爵的女儿们喜欢在大厅里把类似香槟酒瓶塞这样的小东西击打过一根升到一定高度的细绳。
  25. So strlen is the length of a string.
    所以strlen就是字符串的长度。
  26. And if the length of the string is a little less, the period would be a little shorter.
    如果绳子的长度,有些微的减小,周期就会变短一点。
  27. The length of the string plus the length of the barometer will equal the height of the building.
    绳子的长度加上气压计的长度,就等于该摩天大楼的高度。
  28. Returns, as an integer, the length of a string.
    返回以整数表示的字符串的长度。
  29. If the value is equal to the length of the string, the cursor is immediately after the last character.
    如果值与字符串的长度相等,光标恰好处在最后一个字符的后面。
  30. The time space of the new algorithm is O ( m+ n), here m, n denote the length of string and text respectively. The new linear algorithm is suitable for in-depth packet detection of firewall.
    算法时间复杂度为O(m+n)表明该算法是一种适合于深度包检测的线性算法,其中m、n分别为模式和文本串的长度。